projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48471e9
)
* src/lread.c (syms_of_lread): Doc fix.
author
Andreas Schwab
<schwab@linux-m68k.org>
Tue, 1 Dec 2015 10:41:07 +0000
(11:41 +0100)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Tue, 1 Dec 2015 10:42:49 +0000
(11:42 +0100)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 94f373c3539f55dc6c6687a22fa40c7e4a17a227..0da5819d34396b94820d8051cfefc6d94395300f 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-4455,7
+4455,7
@@
to find all the symbols in an obarray, use `mapatoms'. */);
DEFVAR_LISP ("values", Vvalues,
doc: /* List of values of all expressions which were read, evaluated and printed.
-
Order is reverse chronological. */);
+Order is reverse chronological. */);
XSYMBOL (intern ("values"))->declared_special = 0;
DEFVAR_LISP ("standard-input", Vstandard_input,